Skip to content

ci(workflows): add PR title linting and upgrade verify and lint workflows#65

Merged
VoidClancy merged 3 commits into
masterfrom
CI
Jul 23, 2026
Merged

ci(workflows): add PR title linting and upgrade verify and lint workflows#65
VoidClancy merged 3 commits into
masterfrom
CI

Conversation

@VoidClancy

Copy link
Copy Markdown
Owner

1- Add lint-pr.yml to enforce conventional commits specification ( feat:, fix:, perf:) on PR titles

2- Upgrade verify.yml to skip integration tests when only documentation or non-code files are changed

3- Add cross-platform OS matrix testing (ubuntu-latest, windows-latest, macos-latest) for compiler unit tests to verify cross-OS compilation and path handling

4- Upgrade lint.yml to use golangci/golangci-lint-action@v6 for cached linting and inline PR code annotations

5- Remove validate.yml as it's already covered in verify.yml

6- Update security.yml to run weekly

ci(workflows): optimize CI pipeline with matrix testing, path filtering, and PR linting

1- Add lint-pr.yml to enforce conventional commits specification (feat:, fix:, perf:) on PR titles

2- Upgrade verify.yml to skip integration tests when only documentation or non-code files are changed

3- Add cross-platform OS matrix testing (ubuntu-latest, windows-latest, macos-latest) for compiler unit tests to verify cross-OS compilation and path handling

4- Convert benchmark.yml to a matrix (sqlite, postgres) for parallel, deduplicated benchmark runs

5- Upgrade lint.yml to use golangci/golangci-lint-action@v6 for cached linting and inline PR code annotations

6- Remove validate.yml as it is already covered in verify.yml

7- Update security.yml to run weekly via scheduled cron

8- Add coverage targets to makefile and ignore generated coverage files in gitignore

…lows

1- Add lint-pr.yml to enforce conventional commits specification ( feat:, fix:, perf:) on PR titles

2- Upgrade verify.yml to skip integration tests when only documentation or non-code files are changed

3- Add cross-platform OS matrix testing (ubuntu-latest, windows-latest, macos-latest) for compiler unit tests to verify cross-OS compilation and path handling

4- Upgrade lint.yml to use golangci/golangci-lint-action@v6 for cached linting and inline PR code annotations

5- Remove validate.yml as it's already covered in verify.yml

6- Update security.yml to run weekly

ci(workflows): optimize CI pipeline with matrix testing, path filtering, and PR linting

1- Add lint-pr.yml to enforce conventional commits specification (feat:, fix:, perf:) on PR titles

2- Upgrade verify.yml to skip integration tests when only documentation or non-code files are changed

3- Add cross-platform OS matrix testing (ubuntu-latest, windows-latest, macos-latest) for compiler unit tests to verify cross-OS compilation and path handling

4- Convert benchmark.yml to a matrix (sqlite, postgres) for parallel, deduplicated benchmark runs

5- Upgrade lint.yml to use golangci/golangci-lint-action@v6 for cached linting and inline PR code annotations

6- Remove validate.yml as it is already covered in verify.yml

7- Update security.yml to run weekly via scheduled cron

8- Add coverage targets to makefile and ignore generated coverage files in gitignore
@VoidClancy VoidClancy self-assigned this Jul 23, 2026
@VoidClancy
VoidClancy merged commit 87ac490 into master Jul 23, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant